-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency babel-preset-react-app to v10 #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
8923a82 to
622e460
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json |
622e460 to
1869870
Compare
1869870 to
1d4eb3f
Compare
|
48f1438 to
19892d6
Compare
19892d6 to
2c50b96
Compare
2c50b96 to
1d3c124
Compare
1d3c124 to
32a0064
Compare
32a0064 to
5950141
Compare
This PR contains the following updates:
0.2.1->10.1.0Release Notes
facebook/create-react-app (babel-preset-react-app)
v10.1.0Compare Source
v10.0.1Compare Source
v10.0.0Compare Source
v9.1.2Compare Source
v9.1.1Compare Source
v9.1.0Compare Source
v9.0.2Compare Source
v9.0.1Compare Source
v9.0.0Compare Source
v8.0.0Compare Source
v7.0.2Compare Source
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
Inside any created project that has not been ejected, run:
or
🐛 Bug Fix
react-scriptscreate-react-appreact-dev-utils💅 Enhancement
cra-template-typescript,cra-template,react-scriptscreateRoot(@kyletsang)cra-template-typescript,cra-templateeslint-config-react-app📝 Documentation
🏠 Internal
Committers: 11
5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
v5.0.0Compare Source
Inside any created project that has not been ejected, run:
or
🐛 Bug Fix
react-scriptscreate-react-appreact-dev-utils💅 Enhancement
cra-template-typescript,cra-template,react-scriptscreateRoot(@kyletsang)cra-template-typescript,cra-templateeslint-config-react-app📝 Documentation
🏠 Internal
Committers: 11
5.0.0 (2021-12-14)
Create React App 5.0 is a major release with several new features and the latest version of all major dependencies.
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
v4.0.0Compare Source
4.0.0 (2020-10-23)
Create React App 4.0 is a major release with several new features, including support for Fast Refresh!
Thanks to all the maintainers and contributors who worked so hard on this release! 🙌
Highlights
Migrating from 3.4.x to 4.0.0
Inside any created project that has not been ejected, run:
or
NOTE: You may need to delete your
node_modulesfolder and reinstall your dependencies by runningyarn(ornpm install) if you encounter errors after upgrading.If you previously ejected but now want to upgrade, one common solution is to find the commits where you ejected (and any subsequent commits changing the configuration), revert them, upgrade, and later optionally eject again. It’s also possible that the feature you ejected for is now supported out of the box.
Breaking Changes
Like any major release,
[email protected]contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue.ESLint
We've upgraded to ESLint 7 and added many new rules including some for Jest and React Testing Library as well as the
import/no-anonymous-default-exportrule. We've also upgradedeslint-plugin-hooksto version 4.0.0 and removed theEXTEND_ESLINTflag as it is no longer required to customize the ESLint config.Jest
We've upgraded to Jest 26 and now set
resetMockstotrueby default in the Jest config.Service workers
We've switched to the Workbox InjectManifest plugin and moved the PWA templates into their own repository.
Removed
typescriptflag andNODE_PATHsupportWe've removed the deprecated
typescriptflag when creating a new app. Use--template typescriptinstead. We've also dropped deprecatedNODE_PATHflag as this has been replaced by setting the base path injsconfig.json.Fix dotenv file loading order
We've changed the loading order of env files to match the
dotenvspecification. See #9037 for more details.Dropped Node 8 support
Node 8 reached End-of-Life at the end of 2019 and is no longer supported.
Detailed Changelog
🚀 New Feature
eslint-config-react-app,react-error-overlay,react-scriptsreact-scriptscreate-react-appcra-template-typescript,cra-template,react-scriptsreact-dev-utils,react-scripts💥 Breaking Change
eslint-config-react-app,react-error-overlay,react-scriptscra-template-typescript,cra-template,eslint-config-react-app,react-error-overlay,react-scriptseslint-config-react-appcreate-react-appcra-template-typescript,cra-template,react-scriptsbabel-plugin-named-asset-import,confusing-browser-globals,create-react-app,react-dev-utils,react-error-overlay,react-scriptscreate-react-app,react-scriptsreact-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,create-react-app,react-app-polyfill,react-dev-utils,react-error-overlay,react-scriptseslint-config-react-app,react-scriptscra-template-typescript,cra-template,create-react-app,react-app-polyfill,react-dev-utils,react-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,confusing-browser-globals,cra-template-typescript,react-dev-utils,react-error-overlay,react-scripts🐛 Bug Fix
react-scriptsbabel-preset-react-app,eslint-config-react-app,react-scriptseslint-config-react-app,react-scriptscreate-react-appbabel-preset-react-apppreset-env(@JLHwung)react-dev-utilsreact-dev-utils,react-scriptscra-template-typescript,cra-template,react-scripts💅 Enhancement
react-scriptsbabel-preset-react-app,eslint-config-react-app,react-scriptscra-templatebabel-preset-react-app,react-scriptsreact-dev-utils,react-scriptsreact-dev-utils,react-error-overlay,react-scriptscra-template-typescript,cra-templatecreate-react-app📝 Documentation
react-dev-utilscra-template-typescript,cra-templatereact-scriptscra-template-typescript,cra-template,react-dev-utils,react-scriptsbabel-preset-react-app🏠 Internal
eslint-config-react-appcra-template-typescript,cra-templatereact-dev-utilscra-templatebabel-preset-react-appreact-scripts🔨 Underlying Tools
react-scriptsreact-error-overlay,react-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,confusing-browser-globals,cra-template-typescript,cra-template,create-react-app,eslint-config-react-app,react-app-polyfill,react-error-overlay,react-scriptseslint-config-react-app,react-dev-utils,react-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,confusing-browser-globals,cra-template-typescript,cra-template,create-react-app,eslint-config-react-app,react-dev-utils,react-error-overlay,react-scriptseslint-config-react-app,react-error-overlay,react-scriptscra-template-typescript,cra-templatereact-app-polyfillreact-dev-utilsbabel-plugin-named-asset-import,babel-preset-react-app,confusing-browser-globals,create-react-app,react-dev-utils,react-error-overlay,react-scriptsbabel-preset-react-app,cra-template-typescript,cra-template,create-react-app,react-dev-utils,react-error-overlay,react-scriptsbabel-plugin-named-asset-import,confusing-browser-globals,create-react-app,react-dev-utils,react-error-overlay,react-scriptsbabel-preset-react-app,create-react-app,react-dev-utils,react-error-overlay,react-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,create-react-app,react-app-polyfill,react-dev-utils,react-error-overlay,react-scriptseslint-config-react-app,react-scriptsbabel-plugin-named-asset-import,babel-preset-react-app,confusing-browser-globals,cra-template-typescript,react-dev-utils,react-error-overlay,react-scriptsCommitters: 63
v3.1.2Compare Source
3.1.2 (2019-09-19)
v3.1.2 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
react-scriptsbabel-preset-react-app,react-error-overlay,react-scripts💅 Enhancement
react-scripts📝 Documentation
🏠 Internal
react-scripts🔨 Underlying Tools
babel-plugin-named-asset-import,confusing-browser-globals,react-app-polyfill,react-dev-utils,react-error-overlay,react-scriptsreact-scriptseslint-config-react-app,react-scriptsCommitters: 20
Migrating from 3.1.1 to 3.1.2
Inside any created project that has not been ejected, run:
or
v3.1.1Compare Source
3.1.1 (2019-08-13)
v3.1.1 is a maintenance release that includes minor bug fixes and documentation updates.
🐛 Bug Fix
react-scripts💅 Enhancement
eslint-config-react-app📝 Documentation
Committers: 3
Migrating from 3.1.0 to 3.1.1
Inside any created project that has not been ejected, run:
or
v3.1.0Compare Source
3.1.0 (2019-08-09)
v3.1.0 is a minor release that adds ESLint 6 support as well as experimental support for extending and customizing the ESLint config along with other minor bug fixes and documentation updates.
Highlights
🚀 New Feature
eslint-config-react-app,react-error-overlay,react-scriptseslint-config-react-app,react-scriptsreact-dev-utilsreact-scripts💥 Breaking Change
react-scriptseslint-config-react-app,react-error-overlay,react-scripts🐛 Bug Fix
react-dev-utilsreact-scriptseslint-config-react-appreact-error-overlay,react-scripts💅 Enhancement
react-scriptsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.